columnview: Implement horizontal scrolling
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Jun 2020 01:09:00 +0000 (21:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 3 Jun 2020 16:48:20 +0000 (12:48 -0400)
commitf0a0e20b2fb64d8961f58f046949ed363d6e3d36
tree9a263e9d5b956d33eeecae50c09ca9f20894fc8a
parentbefdd8bb66685d000a3191025a1523571302d988
columnview: Implement horizontal scrolling

The listview inside always thinks it gets its full size,
and updates its horizontal adjustment accordingly.

So keep our own adjustment, and update it when allocating.
gtk/gtkcolumnview.c